For embedded programming Me n Yogesh thought that we will make one board which can remind us of drinking water after every 45 minutes.
So for that Yogesh made a one PCB desing on Eagle with 4 led's ans small battery.
Started the learning about the C programming.
Its very new learning thing for me Binary and Decimal Bits.
As well as working with pcb and soldering.
We use the ATtiny45 Ic.
I'm using avr programmer as programmer.
To write a programm for any microcontroller its must to read datasheet first and then write as per. Datasheet helps to understand process and working of that controller.
But the data sheet is "258 pages" ohh my god for me its very difficult to read those many pages and understand the coding language, So yogesh explain it to me lot.
Then i started the main program which is start blinking after every 45 minutes and after pressing the button led blinking will stoppes and fron there rotation circle continues.
To upload this programm on hello world board I used avr programmer as a programmer.
To connecting the avr programmmer i just installed the gedit plugins.
Then on terminal into gedit just gives command of "sudo make program" and yes here is the programmer done.